Skip to main content

Chapter 4 Making a default vpc

*5 steps · Created Aug 20, 2026


This part is mandatory for both RDS and EC2 Creation but a default vpc is already made in a new AWS account, you might not need to do this.

Why are we doing this?

  • we want to give a network (ip address) to every of our service.
  • When we create a VPC we set up a network from 0.0.0.0 to 255.255.255.255 which aws gives to us as 1 vpc. now things we create within this network will be able to connect and locate each other

Step 01

Step 02

Step 03: Click Actions

Step 03

Step 04: Click Create default VPC

Step 04

Step 05: Press Alt on You successfully created vpc-0ab44b82fe2ab1bfe.

Step 05